Accord Software, Inc.

tutorial15/enum.h




/*
 * Accord Software, Inc.
 *
 * Tutorial 15
 *
 * Sending and receiving enumerated data
 */

#define ENUM_PROGNUM    0x20000000 + 15
#define ENUM_VERSNUM    1

enum color {
	red, orange, yellow, green, blue, indigo, violet
};

[ Home | Tutorials | main.c | enum.c ]
E-Mail:webmaster@accord.com
[P-076] Updated March 14, 1996
Copyright © 1993-1996 Accord Software, Inc. All rights reserved.